home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __dl_error_h
- #define __dl_error_h
- #ifndef __kernel_h
- #include "kernel.h"
- #endif
- #ifndef __dl_core_h
- #include "Core.h"
- #endif
-
- extern void Error_ReportInternal(int errornum, char *report);
- extern void Error_ReportFatalInternal(int errornum, char *report);
- extern void Error_Report(int errornum, char *report);
- extern void Error_ReportFatal(int errornum, char *report);
- extern BOOL Error_Check(os_error *error);
- extern void Error_CheckFatal(os_error *error);
- extern BOOL Error_OutOfMemory(BOOL fatal, char *place);
- #endif
-